1 /*
2 * Created on 2004.09.09.
3 *
4 * In p2p project
5 */
6
7
8 package net.sf.bigyo.container.profile;
9
10 /***
11 * @author zsombor
12 *
13 * Created at 2:21:19 net.sf.bigyo.container.profile.AllProfile
14 *
15 */
16 public class AllProfile implements ProfileChecker {
17
18 /***
19 *
20 */
21 public AllProfile() {
22 super();
23 // Auto-generated constructor stub
24 }
25
26 /*
27 * (non-Javadoc)
28 *
29 * @see net.sf.bigyo.container.profile.ProfileChecker#hasProfile(java.lang.String)
30 */
31 public boolean hasProfile(String name) {
32 return true;
33 }
34
35 }
This page was automatically generated by Maven